home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Collections: Purity
/
Purity #52 (1995-10-30)(PackMAN)(DE)[WB, FFS].zip
/
Purity #52 (1995-10-30)(PackMAN)(DE)[WB, FFS].adf
/
ZMoreV0.20
/
Install
next >
Wrap
Text File
|
1995-10-18
|
725b
|
39 lines
; Installer-Script fot ZMore © by PackMAN
(set #notV37
(cat "» ZMore « benötigt OS2 (V37.175) oder höher..."))
(set #msg
(cat "\n\n"
" » ZMore « Installer script.\n\n"
"This script installs » ZMore « on your AMIGA in "C:"\n\n"
"ZMore © 1994-1995 Falk Zühlsdorff\n"
"All rights reserved."))
;=============================================================================
; OS2 ?
(if (< (/ (getversion) 65536) 37)
(
(abort #notV37)
))
;=============================================================================
(message #msg)
(welcome)
(copyfiles
(prompt "Textviewer ZMore")
(help "only the viewer no doc will be installed")
(source "ZMore")
(dest "C:" )
(confirm)
)